.container {
    width: 100%;
}

.slide-container {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: 4em;
}

.wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wrapper:focus {
    outline: 0;
}

.clash-card {
    background: white;
    /*width: 500px;*/
    width: 100%;
    display: block;
    margin: auto;
    position: relative;
    text-align: center;
    /*box-shadow: -1px 15px 30px -12px black;*/
    z-index: 9999;
    padding: 20px 15px;
}

.cardInt {
    width: 85%;
    margin: auto
}

.clash-card__level {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 3px;
    font-size: 20px;
    text-align: left;
}

.clash-card__unit-name {
    font-size: 26px;
    color: black;
    font-weight: 900;
    margin-bottom: 5px;
}

.clash-card__unit-description {
    padding: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.question {
    font-size: 22px;
}

.clash-card__unit-stats {
    color: white;
    font-weight: 700;
    border-bottom-left-radius: 14px;
    border-bottom-right-radius: 14px;
}

.clash-card__unit-stats .one-third {
    width: 33%;
    float: left;
    padding: 20px 15px;
}

.clash-card__unit-stats sup {
    position: absolute;
    bottom: 4px;
    font-size: 45%;
    margin-left: 2px;
}

.clash-card__unit-stats .stat {
    position: relative;
    font-size: 24px;
    margin-bottom: 10px;
}

.clash-card__unit-stats .stat-value {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
}

.clash-card__unit-stats .no-border {
    border-right: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.slick-prev {
    left: 100px;
    z-index: 999;
}

.slick-next {
    right: 100px;
    z-index: 999;
}


/*preguntas*/

.inner {
    width: 60%;
    margin: 0 auto;
}

ul {
    list-style-type: none;
    margin-left: -30px;
}

h2 {
    margin-top: 50px;
}


/*********************** LIST ***********************/

.simpleListAnswer:hover {
    /*background:#fff195;*/
    cursor: pointer;
}

.simpleListAnswer,
.quizzAnswer {
    width: 100%;
    padding: 9px;
    margin-top: 12px;
    overflow: auto;
    font-size: 16px;
}

.simpleListText {
    margin-left: 8px;
    font-size: 16px;
    color: #3d3d3d;
}


/***************************ANSWER REVEAL******************/

.quizzAnswerC,
.quizzAnswerF,
.finalResult {
    background: #fefefe;
    border: 1px solid #ddd;
}

.answerReveal {
    display: none;
    width: 100%;
}

.answerHeader div {
    color: #84f272;
    margin-top: 10px;
}

#bravo,
#sorry {
    width: 100%;
    margin-left: 20px;
    margin-top: 30px;
}

.answerHeader {
    margin-left: 20px;
    width: 100%;
}

h3.correctMessage {
    color: #88f078;
    font-size: 16px;
}

h3.wrongMessage {
    color: #ff1f1f;
    font-size: 30px;
}

.fa.fa-check-circle,
.fa.fa-times-circle {
    padding-right: 10px;
}

.correctAnswer {
    background: #BEEB9F;
    border: 2px solid #45BF55;
}

.wrongAnswer {
    background: #FFD5D5;
    border: 2px solid #D90000;
}


/*acordion*/

.accordions {
    font-family: arial;
    margin: 20px auto;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-item .accordion-title {
    cursor: pointer;
    padding: 20px;
    transition: all 0.4s;
    border-radius: 5px 5px 0 0;
}

.accordion-item .accordion-title h2 {
    margin: 0;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.accordion-item .accordion-title i.fa-chevron-down {
    transform: rotate(0);
    transition: 0.4s;
}

.accordion-item .accordion-title i.fa-chevron-down.chevron-top {
    transform: rotate(-180deg);
}

.accordion-item .accordion-content {
    display: none;
    line-height: 1.7;
    padding: 20px;
    border-radius: 0 0 5px 5px;
}

.accordion-item .accordion-content.active {
    display: block;
}

.accordion-item .accordion-content p {
    margin: 0;
}

.correcta::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00c";
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    font-weight: 900;
    background: #45BF55;
    height: 18px;
    font-size: 10px;
    color: #fff;
    margin-left: -24px;
}

.incorrecta::before {
    font-family: "Font Awesome 5 Free";
    content: "\f00d";
    display: inline-block;
    padding: 3px;
    vertical-align: middle;
    font-weight: 900;
    background: #D90000;
    height: 18px;
    font-size: 10px;
    color: #fff;
    margin-left: -24px;
}

.btn-borde,
.btn-borde:hover {
    width: 90%;
    border: 2px solid #CF3095;
    color: #CF3095;
    display: block;
    padding: 8px;
    margin: auto;
    text-decoration: none;
}

.aciertos {
    font-size: 12px;
    vertical-align: middle;
}

.line {
    color: #fff;
    font-weight: 800;
    margin: 40px 0 40px 0;
    position: relative;
}

.numbers {
    z-index: 10;
}

.line p {
    display: inline;
    vertical-align: middle;
}

.middle-line {
    position: absolute;
    top: 18px;
    left: 27px;
    width: 53px;
    height: 3px;
    background: rgba(24, 112, 179, 0.5);
    z-index: 0;
    margin-left: 22px;
}

.middle-line2 {
    position: absolute;
    top: 18px;
    left: 109px;
    width: 40px;
    height: 3px;
    background: rgba(24, 112, 179, 0.5);
    z-index: 0;
    margin-left: 22px;
}

.line p strong {
    background: #1973b8;
    padding: 5px 14px;
    border-radius: 20px;
    font-size: 24px;
    margin: 20px;
    z-index: 2;
    position: relative;
}

.line p small {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 15px;
    background: rgba(24, 112, 179, 0.5);
    margin: 20px 20px 25px 20px;
    z-index: 2;
    position: relative;
}

.img-question {
    /*float: right;
    margin-top: -90px;*/
    width: 120px;
    position: absolute;
    top: -31px;
    right: 10%;
}

.btn-action {
    text-align: right;
}

.btn {
    font-weight: 800;
}

.btn-omit {
    background: #e1e1e1;
    color: rgb(151, 151, 151);
    margin: 10px;
}

.btn-bbva {
    background: #1973b8;
    color: #fff;
    margin: 10px;
}

.img-res {
    margin-top: -130px;
}

.margin-res {
    margin-top: 100px;
}

.msg-res h2 {
    font-weight: 800;
    color: #1973b8;
}

.msg-res p {
    text-align: left;
}

.btn-action-res {
    text-align: center;
}

.btn-simulador {
    background: #028484;
    color: #fff;
    margin: 10px;
}

.mb-simulador {
    margin-bottom: 50px;
}

.btn-plan {
    background: #1973b8;
    color: #fff;
    margin: 10px;
}

.img-plan {
    width: 100%;
}


/* S I M U L A D O R */

.header-section-simulador {
    width: 100%;
    margin-top: 40px;
}

.header-section-simulador h6 {
    font-weight: 800;
    font-size: 26px;
}

.header-section-simulador p {
    font-size: 17px;
}

.btn-print {
    color: #1973b8;
    /*float: right;*/
    margin: 20px 50px 30px 0;
}


/* RANGE */

.range {
    width: 100%;
}

.label-for-amount{
    width: 100%;
}

.label-for-amount ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.label-for-amount ul li {
    float: left;
    width: 20%;
    color: #043263;
    font-weight: 600;
}

.label-for-amount ul li:nth-child(3) {
    text-align: center;
}
/*
.label-for-amount ul li:nth-child(4) {
    text-align: right;
}

.label-for-amount ul li:nth-child(5) {
    text-align: right;
}*/

.day ul li {
    float: left;
    width: 33.3%;
    text-align: left;
}

.day ul li:nth-child(2) {
    text-align: center;
}

.day ul li:nth-child(3) {
    text-align: right;
}

.qty ul li {
    float: left;
    width: 50%;
    text-align: left;
}

.qty ul li:nth-child(2) {
    text-align: right;
}

.simpleListAnswer img {
    width: 70%;
}

.simpleListAnswer h6 {
    font-weight: 800;
    font-size: 18px;
}

input[type=range] {
    width: 85%;
    margin: 10.5px 0;
    background-color: transparent;
    -webkit-appearance: none;
}

input[type=range]:focus {
    outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
    background: rgba(86, 193, 193, 0.7);
    border: 0.2px solid rgba(1, 1, 1, 0);
    border-radius: 1.3px;
    width: 100%;
    height: 4px;
    cursor: pointer;
}

input[type=range]::-webkit-slider-thumb {
    margin-top: -10.7px;
    width: 20px;
    height: 20px;
    background: #05c1c1;
    border: 0px solid rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #56c1c1;
}

input[type=range]::-moz-range-track {
    background: rgba(86, 193, 193, 0.7);
    border: 0.2px solid rgba(1, 1, 1, 0);
    border-radius: 1.3px;
    width: 100%;
    height: 4px;
    cursor: pointer;
}

input[type=range]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    background: #05c1c1;
    border: 0px solid rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
}

input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 10.5px 0;
    color: transparent;
    width: 100%;
    height: 4px;
    cursor: pointer;
}

input[type=range]::-ms-fill-lower {
    background: #56c1c1;
    border: 0.2px solid rgba(1, 1, 1, 0);
    border-radius: 2.6px;
}

input[type=range]::-ms-fill-upper {
    background: rgba(86, 193, 193, 0.7);
    border: 0.2px solid rgba(1, 1, 1, 0);
    border-radius: 2.6px;
}

input[type=range]::-ms-thumb {
    width: 20px;
    height: 20px;
    background: #05c1c1;
    border: 0px solid rgba(0, 0, 0, 0);
    border: 0;
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
}

input[type=range]:focus::-ms-fill-lower {
    background: rgba(86, 193, 193, 0.7);
}

input[type=range]:focus::-ms-fill-upper {
    background: #56c1c1;
}

@supports (-ms-ime-align:auto) {
    /* Pre-Chromium Edge only styles, selector taken from hhttps://stackoverflow.com/a/32202953/7077589 */
    input[type=range] {
        margin: 0;
        /*Edge starts the margin from the thumb, not the track as other browsers do*/
    }
}


/*** MODAL ***/

.modal.fade {
    opacity: 1 !important;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}